ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ListBox<T> Class / OnClientItemsChanged Property

In This Topic
    OnClientItemsChanged Property
    In This Topic
    Occurs when the list of items changes.
    Syntax
    'Declaration
     
    Public Property OnClientItemsChanged As String
    public string OnClientItemsChanged {get; set;}
    See Also